15 - Data Visualization Skill Builders

:::

Create a line plot using the data in the following table.


Year 1804 1927 1960 1974 1987 1999 2012 2027 2046

Population
(billions)

1 2 3 4 5 6 7 8 9



Create a bar chart using the data in the following table. Set population as the weight for each observation.


Year 1804 1927 1960 1974 1987 1999 2012 2027 2046

Population
(billions)

1 2 3 4 5 6 7 8 9



Using the Central Park data, plot the temperatures for February and fit a straight line to the points (geom_smooth(method=lm)). What do you observe?


Create the following maps.

  1. Offices in Europe
  2. Office location in Paris
  3. Customers in the US
  4. Customers in Sydney